home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TCUSTOMSERIESEDITOR / TCUSTOMSERIESEDITOR.txt
Encoding:
Text File  |  2002-03-14  |  2.7 KB  |  132 lines

  1. object CustomSeriesEditor: TCustomSeriesEditor
  2.   Left = 234
  3.   Top = 256
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 172
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object GPLine: TGroupBox
  18.     Left = 4
  19.     Top = 3
  20.     Width = 230
  21.     Height = 165
  22.     Caption = 'Line:'
  23.     TabOrder = 0
  24.     object LPattern: TLabel
  25.       Left = 8
  26.       Top = 140
  27.       Width = 80
  28.       Height = 17
  29.       Alignment = taRightJustify
  30.       AutoSize = False
  31.       Caption = '&Pattern:'
  32.       FocusControl = CBLineBrush
  33.     end
  34.     object ShColor: TShape
  35.       Left = 96
  36.       Top = 52
  37.       Width = 25
  38.       Height = 24
  39.       OnMouseUp = ShColorMouseUp
  40.     end
  41.     object BLineBorder: TButton
  42.       Left = 8
  43.       Top = 20
  44.       Width = 84
  45.       Height = 25
  46.       HelpContext = 275
  47.       Caption = '&Border...'
  48.       TabOrder = 0
  49.       OnClick = BLineBorderClick
  50.     end
  51.     object BLineColor: TBitBtn
  52.       Left = 8
  53.       Top = 52
  54.       Width = 84
  55.       Height = 25
  56.       HelpContext = 421
  57.       Caption = '&Color...'
  58.       TabOrder = 1
  59.       OnClick = BLineColorClick
  60.     end
  61.     object CBLineBrush: TComboBox
  62.       Left = 96
  63.       Top = 136
  64.       Width = 121
  65.       Height = 21
  66.       HelpContext = 274
  67.       Style = csDropDownList
  68.       DropDownCount = 12
  69.       ItemHeight = 13
  70.       Items.Strings = (
  71.         'Solid'
  72.         'Clear'
  73.         'Horizontal'
  74.         'Vertical'
  75.         'Diagonal'
  76.         'B.Diagonal'
  77.         'Cross'
  78.         'Diag.Cross')
  79.       TabOrder = 2
  80.       OnChange = CBLineBrushChange
  81.     end
  82.     object GBStair: TGroupBox
  83.       Left = 9
  84.       Top = 87
  85.       Width = 208
  86.       Height = 41
  87.       Caption = 'Line Mode:'
  88.       TabOrder = 3
  89.       object CBStairs: TCheckBox
  90.         Left = 7
  91.         Top = 16
  92.         Width = 98
  93.         Height = 17
  94.         HelpContext = 438
  95.         Caption = '&Stairs'
  96.         TabOrder = 0
  97.         OnClick = CBStairsClick
  98.       end
  99.       object CBInvStairs: TCheckBox
  100.         Left = 89
  101.         Top = 16
  102.         Width = 80
  103.         Height = 17
  104.         HelpContext = 252
  105.         Caption = '&Inverted'
  106.         TabOrder = 1
  107.         OnClick = CBInvStairsClick
  108.       end
  109.     end
  110.     object CBColorEach: TCheckBox
  111.       Left = 138
  112.       Top = 58
  113.       Width = 75
  114.       Height = 17
  115.       HelpContext = 164
  116.       Caption = 'Color &Each'
  117.       TabOrder = 4
  118.       OnClick = CBColorEachClick
  119.     end
  120.     object CBDark3D: TCheckBox
  121.       Left = 138
  122.       Top = 26
  123.       Width = 66
  124.       Height = 17
  125.       HelpContext = 164
  126.       Caption = '&Dark 3D'
  127.       TabOrder = 5
  128.       OnClick = CBDark3DClick
  129.     end
  130.   end
  131. end
  132.